home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMSENDSPLIT / TFRMSENDSPLIT.txt
Text File  |  2003-07-29  |  3KB  |  128 lines

  1. object FrmSendSplit: TFrmSendSplit
  2.   Left = 276
  3.   Top = 122
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Many Recipients'
  7.   ClientHeight = 304
  8.   ClientWidth = 331
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 14
  23.     Width = 296
  24.     Height = 80
  25.     Caption = 
  26.       'This message has many recipients and may be '#13#10'rejected by your S' +
  27.       'MTP server. You can split it into '#13#10'several messages instead to ' +
  28.       'ensure delivery.'#13#10'Each generated message will be identical to th' +
  29.       'e'#13#10'original message you intended to send.'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 112
  34.     Width = 168
  35.     Height = 16
  36.     Caption = 'Current number of recipients:'
  37.   end
  38.   object LblRecipients: TLabel
  39.     Left = 210
  40.     Top = 112
  41.     Width = 7
  42.     Height = 16
  43.     Caption = '0'
  44.   end
  45.   object Label3: TLabel
  46.     Left = 24
  47.     Top = 134
  48.     Width = 184
  49.     Height = 16
  50.     Caption = 'Create multiple messages with:'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 136
  54.     Top = 160
  55.     Width = 141
  56.     Height = 16
  57.     Caption = 'recipients per message'
  58.   end
  59.   object LblMessages: TLabel
  60.     Left = 246
  61.     Top = 186
  62.     Width = 7
  63.     Height = 16
  64.     Caption = '0'
  65.   end
  66.   object Label6: TLabel
  67.     Left = 24
  68.     Top = 186
  69.     Width = 208
  70.     Height = 16
  71.     Caption = 'Approximate number of messages:'
  72.   end
  73.   object Label5: TLabel
  74.     Left = 12
  75.     Top = 216
  76.     Width = 255
  77.     Height = 32
  78.     Caption = 
  79.       'If you split this message, use Send Queued'#13#10'Messages from main w' +
  80.       'indow to send.'
  81.   end
  82.   object EditAmount: TElSpinEdit
  83.     Left = 50
  84.     Top = 156
  85.     Width = 77
  86.     Height = 24
  87.     Cursor = crIBeam
  88.     UseCustomScrollBars = True
  89.     NotifyUserChangeOnly = True
  90.     Value = 1
  91.     MaxValue = 1000000
  92.     MinValue = 1
  93.     TopMargin = 2
  94.     RightMargin = 1
  95.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  96.     OnChange = EditAmountChange
  97.     ActiveBorderType = fbtFlat
  98.     BorderStyle = bsSingle
  99.     Ctl3D = True
  100.     Flat = True
  101.     LineBorderActiveColor = clBlack
  102.     LineBorderInactiveColor = clBlack
  103.     ParentColor = False
  104.     ParentCtl3D = False
  105.     TabOrder = 0
  106.   end
  107.   object BtnSplit: TButton
  108.     Left = 86
  109.     Top = 264
  110.     Width = 122
  111.     Height = 29
  112.     Caption = '&Split Message'
  113.     Default = True
  114.     ModalResult = 1
  115.     TabOrder = 1
  116.   end
  117.   object BtnCancel: TButton
  118.     Left = 220
  119.     Top = 264
  120.     Width = 99
  121.     Height = 29
  122.     Cancel = True
  123.     Caption = '&Don'#39't Split'
  124.     ModalResult = 2
  125.     TabOrder = 2
  126.   end
  127. end
  128.